Back

Who You say I am - Hillsong Worship

Tussenspel Who You say I am

PNG - MP3 - MIDI
horn PNG
sax PNG
sax-only PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 6/8
  \tempo 4.=58
  \key g\major
  
  [g''8 d c] [b c d] |
  [g8 d c] [b c d] |
  
}

chordNames = \chordmode {
  
  g2. | g2. |
  
 
}

songtext = \lyricmode {}

\include "../template.ly"

Tussenspel Who You say I am in F#

PNG - MP3 - MIDI
sax-only PNG
sax PNG
horn PNG
source code
\version "2.22.2"

melody = \transpose g fis
  \relative c' {
  \numericTimeSignature
  \time 6/8
  \tempo 4.=58
  \key g\major
  
  [g''8 d c] [b c d] |
  [g8 d c] [b c d] |
  
}

chordNames = \transpose g fis
 \chordmode {
  
  g2. | g2. |
  
 
}

songtext = \lyricmode {}

\include "../template.ly"